lcBlkRefGetAtt Home

Retrieves an attribute from a block reference by attribute's tag.

 HANDLE lcBlkRefGetAtt (
   HANDLE hBlockRef,
   LPCWSTR szTag
 );

Parameters
hBlockRef
  Handle to a block reference object.
szTag
  Attribute tag.

Return Value

  Handle to an attribute or NULL if there is no attribute with specified tag.

See Also

  Code sample